Newly Blog


  • Home

  • Tags

  • Categories

  • Archives

  • Search

Remote Debugging for Visual Code

Posted on 2022-06-16 | In software , IDE

Remote-SSH: Open SSH Configuration File ~/.ssh/config

Host jump-box
HostName
User
Port

Host target-box
HostName
User
Port 22
ProxyCommand ssh -q -W %h:%p jump-box

Remote Explorer

# Python
Install JDK and Eclipse
GStreamer+FFmpeg for Ubuntu14.04
Li Niu

Li Niu

237 posts
18 categories
112 tags
Homepage GitHub Linkedin
© 2025 Li Niu
Powered by Hexo
|
Theme — NexT.Mist v5.1.4